home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / mac / Technical Documentation / Develop / develop Issue 20 / develop Issue 20 code / Scripting the Finder.sea / Scripting the Finder / Finder Tricks / AboutBox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-04  |  95 b   |  8 lines  |  [TEXT/MMCC]

  1. #ifndef __ABOUTBOX__
  2. #define __ABOUTBOX__
  3. #define AboutBox_h
  4.  
  5. void ShowAboutBox(void);
  6.  
  7. #endif
  8.